<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* css 重置 */
.fc_scroll *{margin:0; padding:0; list-style:none; font-family:"微软雅黑";}
.fc_scroll img{
	border:0; vertical-align:bottom;
}








.fc_scroll .tempWrap {
margin:0 auto;
}


/* 本例子css */
.fc_scroll{ overflow:hidden; position:relative; width:1200px; margin:0 auto;}
.fc_scroll .hd{ overflow:hidden; position:relative; padding-top:20px;}

.fc_scroll .bd a.prev,
.fc_scroll .bd a.next {
display:block;
width:42px;
height:42px;
position:absolute;
cursor:pointer;
}


.fc_scroll .bd a.prev {
	top:115px;
	left:0;
	background:url(/PC/images/l_bt.png) no-repeat;
}


.fc_scroll .bd a.prev:hover {
	background:url(/PC/images/lh_bt.png) no-repeat;
}


.fc_scroll .bd a.next {
	top:115px;
	right:0;
	background:url(/PC/images/r_bt.png) no-repeat;
}

.fc_scroll .bd a.next:hover {
	background:url(/PC/images/rh_bt.png) no-repeat;
}




.fc_scroll .hd ul{overflow:hidden; zoom:1; margin:0 auto; margin-top:10px; width:60px;}
.fc_scroll .hd ul li{
	background:#000E42; float:left;  width:15px; height:15px;	border-radius: 15px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;
}
.fc_scroll .hd ul li.on{ background:#f75703;	border-radius: 15px;}


.fc_scroll .bd ul{
	overflow:hidden; zoom:1;
}
.fc_scroll .bd ul li{ margin:0 17px; float:left; _display:inline; overflow:hidden; text-align:center;
	width: 357px;
	height: 239px;
/*	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
*/
}


.fc_scroll .bd ul li a{
	background:#0261c3;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

</pre></body></html>